PDF Functions
PHP Manual

PDF_fill

(PHP 4, PECL pdflib >= 1.0.0)

PDF_fillFills current path

Description

void pdf_fill ( int $pdf document )

The PDF_fill() function fills the interior of the current path with the current fill color.

See also PDF_closepath(), PDF_stroke(), PDF_setgray_fill(), PDF_setgray(), PDF_setrgbcolor_fill(), PDF_setrgbcolor().


PDF Functions
PHP Manual